GetCountersResponse

data class GetCountersResponse(result: List<CounterInfo>)

Represents response frame that is returned from Profiler#getCounters operation call. Retrieve counters.

See also

Constructors

GetCountersResponse
Link copied to clipboard
fun GetCountersResponse(result: List<CounterInfo>)

Properties

result
Link copied to clipboard
val result: List<CounterInfo>
Collected counters information.

Sources

jvm source
Link copied to clipboard